Skip to content

java: Format time as xs:float #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2025
Merged

java: Format time as xs:float #83

merged 1 commit into from
Aug 13, 2025

Conversation

mpkorstanje
Copy link
Contributor

🤔 What's changed?

Surefire changed their xsd to use xs:float instead of a number formatted in the US locale. Formatting this is the default representation in Java.

Fixes: #82

  1. https://www.datypic.com/sc/xsd/t-xsd_float.html

🏷️ What kind of change is this?

  • 🐛 Bug fix (non-breaking change which fixes a defect)

📋 Checklist:

  • I agree to respect and uphold the Cucumber Community Code of Conduct
  • I've changed the behaviour of the code
    • I have added/updated tests to cover my changes.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • Users should know about my change
    • I have added an entry to the "Unreleased" section of the CHANGELOG, linking to this pull request.

@mpkorstanje mpkorstanje force-pushed the format-time-as-xs-float branch from f4e6755 to 5295f25 Compare August 12, 2025 15:28
Surefire changed their xsd to use xs:float instead of a number formatted
in the US locale. Formatting this is the default representation in Java.

Fixes: #82

1. https://www.datypic.com/sc/xsd/t-xsd_float.html
@mpkorstanje mpkorstanje force-pushed the format-time-as-xs-float branch from 5295f25 to bf4f4ba Compare August 12, 2025 15:30
@mpkorstanje mpkorstanje merged commit ade7d6b into main Aug 13, 2025
2 checks passed
@mpkorstanje mpkorstanje deleted the format-time-as-xs-float branch August 13, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hardcoding locale breaks import into reportportal.
1 participant